Welcome![Sign In][Sign Up]
Location:
Search - HOG matlab

Search list

[Special Effectshog

Description: 能够提取出图像I的HOG特征,返回其幅值,角度和在各个角度上的幅值。 是进行其他针对图像的HOG特征提取的前一步。-I can extract images of HOG features, return to their amplitude, angle and perspective in all of the amplitude. Is the other for image feature extraction HOG step forward.
Platform: | Size: 1024 | Author: 郑帅 | Hits:

[Otherhogvec

Description: hog算法进行人的检测,生成vector向量,即原始的数据。-hog human detection algorithm to generate a vector vector, that is, the original data.
Platform: | Size: 5186560 | Author: xiehongtao | Hits:

[Graph programphog

Description: phog算法的matlab实现,hog特征用于对象识别,比如人脸识别、人体识别。-phog algorithm matlab achieve, hog characteristics for object recognition, such as face recognition, human identification.
Platform: | Size: 17408 | Author: luandayong | Hits:

[Special Effectshog

Description: hog特征提取算法的实现,用于object detection,特别是human detection,针对64*128的图像。-hog feature extraction algorithm for object detection, in particular, human detection, against 64* 128 images.
Platform: | Size: 105472 | Author: luandayong | Hits:

[Graph programHOG

Description: 图片分块,并计算任何一个区域的柱状分析 to obtain HOG features for a cell/block region of image pixels- to obtain HOG features for a cell/block region of image pixels
Platform: | Size: 1024 | Author: Jerry | Hits:

[matlabHog(1)_MatlabCode_20090408

Description: HoG matlab,内含HOG算法基本代码-HoG matlab code
Platform: | Size: 3072 | Author: 杨策 | Hits:

[matlabhog

Description: Hog try I try to implement hog descriptor
Platform: | Size: 1330176 | Author: RidvanDongelci | Hits:

[Other systemsHOG

Description: track by usinghistogram of gradients
Platform: | Size: 45056 | Author: mod | Hits:

[matlabhog

Description: HOG特征的实现.INRIA cvpr2005论文实现-HOG feature implementation. INRIA cvpr2005 paper to achieve
Platform: | Size: 5120 | Author: | Hits:

[matlabHOGCalculator

Description: HOG calculator, takes filename as input and calculates Histogram of oriented gradients from the input image.
Platform: | Size: 1024 | Author: amol | Hits:

[matlabhog

Description: histogram of orientation
Platform: | Size: 5120 | Author: ebi | Hits:

[matlabHOG

Description: Image descriptor based on Histogram of Orientated Gradients for gray-level images. This code was developed for the work: O. Ludwig, D. Delgado, V. Goncalves, and U. Nunes, Trainable Classifier-Fusion Schemes: An Application To Pedestrian Detection, In: 12th International IEEE Conference On Intelligent Transportation Systems, 2009, St. Louis, 2009. V. 1. P. 432-437. In case of publication with this code, please cite the paper above.- Image descriptor based on Histogram of Orientated Gradients for gray-level images. This code was developed for the work: O. Ludwig, D. Delgado, V. Goncalves, and U. Nunes, Trainable Classifier-Fusion Schemes: An Application To Pedestrian Detection, In: 12th International IEEE Conference On Intelligent Transportation Systems, 2009, St. Louis, 2009. V. 1. P. 432-437. In case of publication with this code, please cite the paper above.
Platform: | Size: 2048 | Author: Arij | Hits:

[matlabHOG

Description: Histogram of gradients, matlab code for grayscale images, with configurable parameters.
Platform: | Size: 1024 | Author: cfer8395 | Hits:

[matlabCODE

Description: 1.GeometricContext文件是完成图片中几何方向目标分类。 参考文献《Automatic Photo Pop-up》Hoiem 2005 2 GrabCut文件是完成图像中目标交互式分割 参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》 C. Rother 2004 3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码 4 虹膜识别程序是下载的一个通用的虹膜识别程序,可以运行 5 GML_AdaBoost_Matlab_Toolbox是一个很好用的adaboost matlab工具箱 6 libsvm-mat-2.91-1 是用C编写的改进的SVM程序,代码质量很高,提供了matlab接口 7 SIFT_Matlab 是编写的利用sift特征进行的宽基线匹配,代码质量高 8 FLDfisher 是利用fisher 线性降维方法进行人脸识别-1.GeometricContext file is complete the picture in the geometric direction of target classification. References " Automatic Photo Pop-up" Hoiem 2005 2 GrabCut the target file is an interactive segmentation of image reference " " GrabCut " - Interactive Foreground Extraction using Iterated Graph Cuts" C. Rother 2004 3 HOG documents prepared under their own HOG Characteristics of pedestrian detection matlab code 4 iris recognition process is to download a general iris recognition program, you can run 5 GML_AdaBoost_Matlab_Toolbox is a good use of adaboost matlab toolbox 6 libsvm-mat-2.91-1 is written in C to improve the SVM procedures, code of high quality, provides a matlab interface to 7 SIFT_Matlab is prepared for the use of sift features a wide baseline matching, the code is the use of high quality 8 FLDfisher fisher linear dimension reduction method for face recognition
Platform: | Size: 6918144 | Author: 张数 | Hits:

[matlabHOG

Description: HOG算法matlab实现,看HOG特征的论文的时候心血来潮写了这个, 就当练练英语, 理解理解HOG特征.
Platform: | Size: 4096 | Author: tian | Hits:

[matlabHOG-LBP-detection

Description: 该程序分别提取正负样本图像的HOG和LBP特征,利用支持向量机进行样本训练,得到行人分类器。利用训练好的分类器进行检测,实验结果表明,该方法可以有效检测出图像中的行人,并达到了较好的检测结果。-A novel approach based on combining Histogram of oriented gradients (HOG) and LocalBinary Pattern(LBP) is suggested in the program.Also liner SVM is acted as the classifier,and the experiment suggests that the method can better deal with human detection.
Platform: | Size: 14336 | Author: 邵文 | Hits:

[matlabHOG

Description: 这是最简洁,注释得最好的HOG(Histogram Oriented Gradient)算法的matlab实现。可用于行人识别和物体跟踪。-This code is well commented, which enables the adjusting of the HOG parameters. This code was developed for the work: O. Ludwig, D. Delgado, V. Goncalves, and U. Nunes, Trainable Classifier-Fusion Schemes: An Application To Pedestrian Detection, In: 12th International IEEE Conference On Intelligent Transportation Systems, 2009, St. Louis, 2009. V. 1. P. 432-437.
Platform: | Size: 2048 | Author: 袁宇 | Hits:

[matlabHoG (2)

Description: code to extract hog features
Platform: | Size: 7168 | Author: Eng.Fulla | Hits:

[matlabHOG

Description: hog features extraction
Platform: | Size: 1024 | Author: Eng.Fulla | Hits:

[matlabHOG

Description: 掌纹识别的hog算法,在MATLAB中使用。(Palmprint recognition based on hog algorithm)
Platform: | Size: 1024 | Author: 小龙0505 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net